-
21 call
1) вызов; запрос || вызывать; запрашивать2) разговор (по радио, телефону)4) вызов ( подпрограммы), обращение; переход ( к подпрограмме) || вызывать ( подпрограмму), обращаться; переходить ( к подпрограмме)5) заход ( судна) в порт || заходить в порт ( о судне)•call by name — вызов по имени;call by pattern — вызов по образцу;-
all stations call
-
blocked call
-
cabin attendant call
-
cancelled call
-
conference call
-
cutoff call
-
dialed call
-
discriminating call
-
distress call
-
fixed-time call
-
function call
-
interrupt call
-
library call
-
local call
-
long-distance call
-
lost call
-
multiple call
-
netting call
-
notify call
-
out-of-order call
-
phonic call
-
procedure call
-
program call
-
radio call
-
repeated call
-
reverting call
-
series call
-
subprogram call
-
supervisor call
-
through call
-
toll call
-
untimed call
-
urgent call -
22 library
библиотека
– library access
– library function
– library program
– library repertoire
– library robot
– library subprogram
– library unit
-
23 test
испытание, испытания, проверка, контроль, тестирование, испытывать, проверять, контролировать, тест, проба, тестировать, брать пробу, критерий
– test bed
– test cell
– test conditions
– test console
– test coverage
– test data
– test data analysis
– test desk
– test equipment
– test facilities
– test function
– test log
– test loop
– test mock-up
– test mode
– test plan
– test plant
– test problem
– test procedure
– test program
– test regime
– test routine
– test run
– test set
– test simulator
– test stand
– test station
– test step
– test subprogram
– test validation
– test-bed-based experiment
-
24 subroutine
= SUBв программировании - именованный набор команд, выполняющий некоторое действие. Подпрограмма может быть вызвана из разных точек программы, может получать данные (обычно в виде списка параметров) и возвращать результаты своей работы. Специальным видом подпрограмм являются функции. Разбиение программы на подпрограммы является общим приёмом, позволяющим уменьшить объём кода и, главное, упростить структуру программы. Подпрограммы могут быть сгруппированы в библиотеки подпрограмм (subroutine library). В ЯВУ существуют различающиеся правила объявления подпрограмм, так в языке Java подпрограмма должна объявляться только внутри какого-либо класса (см. class). В ООП принадлежащая классу подпрограмма называется методом (method).Syn:Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > subroutine
- 1
- 2
См. также в других словарях:
function — 1. noun /ˈfʌŋk.ʃən/ a) What something does or is used for. b) A professional or official position. Syn: aim, intention, purpose, role, use … Wiktionary
subprogram — noun a set sequence of steps, part of larger computer program • Syn: ↑routine, ↑subroutine, ↑procedure, ↑function • Derivationally related forms: ↑procedural (for: ↑procedure) … Useful english dictionary
Main function — See also: Entry point In many programming languages, the main function is where a program starts execution. It is responsible for the high level organization of the program s functionality, and typically has access to the command arguments given… … Wikipedia
Main function (programming) — In some programming languages, the main function is where a program starts execution. It is generally the first user written function run when a program starts (some system specific software generally runs before the main function), though some… … Wikipedia
Fortran language features — This is a comprehensive overview of features of the Fortran 95 language, the version supported by almost all existing Fortran compilers. Old features that have been superseded by new ones are not described few of those historic features are used… … Wikipedia
Subroutine — In computer science, a subroutine (function, method, procedure, or subprogram) is a portion of code within a larger program, which performs a specific task and can be relatively independent of the remaining code. The syntax of many programming… … Wikipedia
computer programming language — Introduction any of various languages for expressing a set of detailed instructions for a digital computer. Such instructions can be executed directly when they are in the computer manufacturer specific numerical form known as machine… … Universalium
Structured programming — can be seen as a subset or subdiscipline of procedural programming, one of the major programming paradigms. It is most famous for removing or reducing reliance on the GOTO statement.Historically, several different structuring techniques or… … Wikipedia
G-code — G Code, or preparatory code or function, are functions in the Numerical control programming language. The G codes are the codes that position the tool and do the actual work, as opposed to M codes, that manages the machine; T for tool related… … Wikipedia
computer — computerlike, adj. /keuhm pyooh teuhr/, n. 1. Also called processor. an electronic device designed to accept data, perform prescribed mathematical and logical operations at high speed, and display the results of these operations. Cf. analog… … Universalium
Lambda calculus — In mathematical logic and computer science, lambda calculus, also written as λ calculus, is a formal system designed to investigate function definition, function application and recursion. It was introduced by Alonzo Church and Stephen Cole… … Wikipedia